Skip to content

Fix Werror in WebServer that prevents compiling using idf.py #2700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2019
Merged

Fix Werror in WebServer that prevents compiling using idf.py #2700

merged 1 commit into from
Apr 23, 2019

Conversation

nhynes
Copy link
Contributor

@nhynes nhynes commented Apr 23, 2019

This PR addresses the GCC reorder warning caused by a recent commit that adds CORS support to WebServer. This error prevents compiling using the default idf.py build workflow which, for some reason, sets -Werror.

@nhynes nhynes changed the title Fix reorder error in WebServer Fix Werror in WebServer that prevents compiling using idf.py Apr 23, 2019
@me-no-dev me-no-dev merged commit 0202ba7 into espressif:master Apr 23, 2019
@me-no-dev
Copy link
Member

Thanks :)

@Nathan-ma
Copy link

Oh lord ty, can u please tell me what commit of esp-idf should I use? i'm actualy using the latest v3.2 but it nor working well, WiFiSecureClient is also acusing errors

@nhynes
Copy link
Contributor Author

nhynes commented Apr 23, 2019

commit of esp-idf should I use

@DarvosBR I'm using the v4.0-dev tag since master won't work until (at least) espressif/esp-idf#3335 is merged.

@nhynes nhynes deleted the fix-werror branch April 23, 2019 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants